Objects Reference

sound::load_wav

Prototype

int load_wav(char *filename)

Parameters

Parameter Type Description
filename char * the filename for the .wav sound file to load

Return Value

Returns TRUE if loading is OK, FALSE if the file could not be loaded.

Remarks

This function loads a .wav file (standalone or from a .fpk package).